GtkColorChooser: Use G_PARAM_EXPLICIT_NOTIFY for use-alpha
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Jun 2014 15:30:58 +0000 (11:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:58 +0000 (13:30 -0400)
Implementors will need to adjust.

gtk/gtkcolorchooser.c

index cbefdd3b4a855fa008357ea2921c18c8b9995dc6..f3f41fba8fbd0de1a5d47fb3edc6ed189aadf6be 100644 (file)
@@ -87,7 +87,7 @@ gtk_color_chooser_default_init (GtkColorChooserInterface *iface)
                             P_("Use alpha"),
                             P_("Whether alpha should be shown"),
                             TRUE,
-                            GTK_PARAM_READWRITE));
+                            GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
 
   /**
    * GtkColorChooser::color-activated: